runtime.hchan.sortkey (method)
9 uses
	runtime (current package)
		select.go#L194: 		for j > 0 && scases[lockorder[(j-1)/2]].c.sortkey() < c.sortkey() {
		select.go#L211: 			if k+1 < i && scases[lockorder[k]].c.sortkey() < scases[lockorder[k+1]].c.sortkey() {
		select.go#L214: 			if c.sortkey() < scases[lockorder[k]].c.sortkey() {
		select.go#L226: 			if scases[lockorder[i]].c.sortkey() > scases[lockorder[i+1]].c.sortkey() {
		select.go#L529: func (c *hchan) sortkey() uintptr {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |